home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 July / Software of the Month - Ultimate Collection Shareware 274.iso / mac / MyABCD / GAMES.SWF / scripts / DefineButton2_374 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  1999-10-24  |  100b  |  8 lines

  1. on(rollOver){
  2.    startDrag("","1");
  3.    tellTarget("../")
  4.    {
  5.       gotoAndStop("7");
  6.    }
  7. }
  8.